Wrong syntax will still run in HTML

HTML Parser is sort of like compiler in programming but a more forgiving one

Created: 2022-09-12
Tags: #fleeting


HTML is parsed permissively
Wrong syntax will either be

  • corrected
  • removed
    It will be decided based on the browser's built-in rules.

When HTML was first created,
the creators prioritized people to get their content published than the syntax being correct.

References